Skip to content

v1.4.1 Fixes & Features#225

Merged
jaredhendrickson13 merged 11 commits intomasterfrom
v141
May 6, 2022
Merged

v1.4.1 Fixes & Features#225
jaredhendrickson13 merged 11 commits intomasterfrom
v141

Conversation

@jaredhendrickson13
Copy link
Copy Markdown
Member

@jaredhendrickson13 jaredhendrickson13 commented May 6, 2022

  • Changes API documentation favicon from Swagger UI default to pfSense favicons.
  • Adds /api/v1/interface/available endpoint to read all interfaces available to the system. (All Interfaces not Showing #216)
  • Fixes bug that prevented packages from installing menu items on /api/v1/system/package (Fix package installations via /api/v1/system/package #224)
  • Adds /api/v1/services/unbound/host_override/flush endpoint to delete all existing Unbound host overrides

@jaredhendrickson13 jaredhendrickson13 added needs testing Features or fixes that require further testing work in progress PRs or Issues that are currently in progress labels May 6, 2022
…configuration from being removed after deletion.
…g a refid, added test to check for this. Added refid as a required property in the openapi schema for certificate updates.
@jaredhendrickson13
Copy link
Copy Markdown
Member Author

Development Builds

pfSense 2.5

pkg add https://github.com/jaredhendrickson13/pfsense-api/files/8638058/pfSense-2.5-pkg-API-1.4_1dev_2.zip && /etc/rc.restart_webgui

pfSense 2.6

pkg add https://github.com/jaredhendrickson13/pfsense-api/files/8638059/pfSense-2.6-pkg-API-1.4_1dev_2.zip && /etc/rc.restart_webgui

pfSense Plus 22.01

pkg add https://github.com/jaredhendrickson13/pfsense-api/files/8638060/pfSense-22.01-pkg-API-1.4_1dev_2.zip && /etc/rc.restart_webgui

pfSense-2.5-pkg-API-1.4_1dev_2.zip
pfSense-2.6-pkg-API-1.4_1dev_2.zip
pfSense-22.01-pkg-API-1.4_1dev_2.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs testing Features or fixes that require further testing work in progress PRs or Issues that are currently in progress

Projects

None yet

Development

Successfully merging this pull request may close these issues.

POST requests to /api/v1/system/package do not install UI items All Interfaces not Showing

1 participant